Skip to content

[SPARK-52436] Update CIs to use actions/checkout@v4 consistently #196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dongjoon-hyun
Copy link
Member

What changes were proposed in this pull request?

This PR aims to update CIs to use actions/checkout@v4 consistently.

Why are the changes needed?

BEFORE

$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
   1 actions/checkout@v3
  11 actions/checkout@v4

AFTER

$ git grep actions/checkout | awk '{print $NF}' | sort | uniq -c
  12 actions/checkout@v4

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs and manually check with git grep actions/checkout.

Was this patch authored or co-authored using generative AI tooling?

No.

@dongjoon-hyun dongjoon-hyun changed the title [SPARK-52435] Update CIs to use actions/checkout@v4 consistently [SPARK-52436] Update CIs to use actions/checkout@v4 consistently Jun 10, 2025
Copy link

@huaxingao huaxingao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dongjoon-hyun
Copy link
Member Author

Thank you, @huaxingao . Merged to main.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-52436 branch June 10, 2025 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants